home *** CD-ROM | disk | FTP | other *** search
- Path: nntp.uib.no!usenet
- From: Thomas Mork Farrelly <ip354@brems.ii.uib.no>
- Newsgroups: comp.lang.c++
- Subject: Help: Table of pointers
- Date: Thu, 18 Apr 1996 11:14:57 +0200
- Organization: Universitetet i Bergen
- Message-ID: <31760811.41C67EA6@brems.ii.uib.no>
- NNTP-Posting-Host: nymfe.ii.uib.no
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 3.0b2 (X11; I; SunOS 4.1.3 sun4c)
-
- I have an object containing different declarations.
- Is there a way to get the pointers to all the strings
- and functions contained within an object.
- I need to do this during runtime. How?
-